home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / comm1 / dransi12.zip / DRANSI.CFG next >
Text File  |  1993-05-01  |  4KB  |  82 lines

  1. ## DRANSI.CFG - Existence of this configuration file is optional.  However,
  2. ## to find out the benefits of having this file, please read on.
  3. ##
  4. ## The format of this file is simple.  Any line that doesn't start out with
  5. ## keywords are considered a comment.  Keywords can appear in any order in
  6. ## this configuration file.  They are as described:
  7. ##
  8. ## REG       - Add your registration number when you get it.
  9. ## SYSOP     - Add your sysop name after this keyword.
  10. ## EXT/CAT   - Add the file extention for each category, followed by
  11. ##             a '/' character, followed by a description of 30 characters
  12. ##             or less (longer descriptions are truncated).
  13. ## BAUD/SIZE - Add a baud rate, followed by a '/' character, followed by
  14. ##             the maximum size of ANSI that a caller at that baud rate
  15. ##             or lower can view.  The order of how the baud rate is listed
  16. ##             in this configuration file is not important.  Any baud rate
  17. ##             can be specified.  You can control 0 baud (local mode) by
  18. ##             including it in this file, otherwise 0 baud has no limit.
  19. ## DSZ       - DSZ/GSZ file_pathname (DR ANSI searches path by default if
  20. ##             file_pathname is not specified and DOWNLOAD ON is specified).
  21. ## DOWNLOAD  - Download option for users?  Specify DOWNLOAD ON or OFF
  22. ##             (default is OFF).
  23. ## PROMPT    - Visually prompt user to press Enter after viewing an ANSI?
  24. ##             Specify PROMPT ON or OFF (default is ON).
  25.  
  26. ## In order to show DR ANSI as registered software, this configuration file
  27. ## must exist in the same directory as DRANSI.EXE and the sysop name and
  28. ## correct registration number must be filled in.
  29.  
  30. REG   00000
  31. SYSOP Dan Roseen
  32.  
  33. ## The following "EXT/CAT" keyword example (commented so it won't be used
  34. ## by default when first setting up this door) will enable an ANSI category
  35. ## selection menu when DR ANSI is run.  Up to 40 categories can be created.
  36. ## DR ANSI will select the first 100 files with the filename extension
  37. ## specified for a particular category.  This example will cause DR ANSI to
  38. ## use the first 100 *.ANS files for the "General ANSI" category.  The
  39. ## Categories will be displayed in the order that they are read from this
  40. ## configuration file.  *.ANS files are used if no categories are defined.
  41.  
  42. #EXT/CAT ANS/General ANSI
  43.  
  44. ## The purpose of "BAUD/SIZE" configurations is to prevent low speed callers
  45. ## from selecting very large ANSI screens in DR ANSI.  ANSIs larger than
  46. ## permitted won't appear in a listing.  "BAUD/SIZE" settings are optional.
  47. ##
  48. ## With the settings shown below, viewing of ANSIs will be as follows:
  49. ##
  50. ##            CALLER (baud)  ANSI SIZE (bytes)
  51. ##            ─────────────  ─────────────────────────────────────────
  52. ##                  0        No Limit (no limit for 0 baud unless specified)
  53. ##                300         3000
  54. ##               1200        12000
  55. ##               2400        48000    (uses next highest since commented)
  56. ##               9600        No Limit (nothing was specified over 4800)
  57. ##
  58. ## Note:  You can set 0 baud's maximum file size to match another baud rate
  59. ##        to see the ANSI selections available for the other baud rate.
  60.  
  61. BAUD/SIZE  300/3000
  62. BAUD/SIZE 1200/12000
  63. #BAUD/SIZE 2400/24000
  64. BAUD/SIZE 4800/48000
  65.  
  66. ## An "[Enter]" prompt can be displayed to the user after an ANSI screen has
  67. ## been viewed.  This is turned on by default, but you can turn it off (the
  68. ## user is still prompted to press Enter or Space but is not asked visually).
  69. ## Use either "PROMPT OFF" or "PROMPT ON".
  70.  
  71. #PROMPT OFF
  72.  
  73. ## Do you want your users to be able to download your ANSI screens?  You can
  74. ## use "DOWNLOAD OFF" or "DOWNLOAD ON" (default is off).  You can also
  75. ## specify the file pathname of DSZ or GSZ (default is to search the path)
  76. ## with the DSZ configuration variable.  For example:  DSZ C:\DSZ\DSZ.COM
  77. ## Note: DR ANSI will only show download capability at baud rates greater
  78. ##       than 0.
  79.  
  80. DOWNLOAD OFF
  81. #DSZ C:\DSZ\DSZ.COM
  82.